Skip to content

Fix GH-15087 IntlChar::foldCase()'s $option is not optional #15091

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from

Conversation

cmb69
Copy link
Member

@cmb69 cmb69 commented Jul 24, 2024

Since that parameter is supposed to be optional (and has been prior to PHP 8.0.0), we fix the implementation instead of the stub.


Note that Windows CI is supposed to fail due to 0956267#r144587696. Locally, the intl tests were running fine.

Since that parameter is supposed to be optional (and has been prior to
PHP 8.0.0), we fix the implementation instead of the stub.
@cmb69 cmb69 requested a review from devnexen as a code owner July 24, 2024 13:24
@cmb69 cmb69 linked an issue Jul 24, 2024 that may be closed by this pull request
Copy link
Member

@nielsdos nielsdos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

Copy link
Member

@devnexen devnexen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cmb69 cmb69 closed this in 5fbda73 Jul 24, 2024
@cmb69 cmb69 deleted the cmb/gh15087 branch July 24, 2024 14:49
deAtog pushed a commit to deAtog/php-src that referenced this pull request Jul 26, 2024
Since that parameter is supposed to be optional (and has been prior to
PHP 8.0.0), we fix the implementation instead of the stub.

Closes phpGH-15091.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IntlChar::foldCase()'s $option is not optional
3 participants